body,
html {
    background: #F4F4F4;
}

.header {
    width: 100%;
    min-width: 1366px;
    background: #00448C;
    margin: 0 auto;
}

.header .header-top {
    width: 100%;
    background: url('../images/Bitmap.png') no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
}

.header .header-top .top {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .header-top .top .search-box {
    width: 545px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #00448C;
    overflow: hidden;
}

.header .header-top .top .search-box .icon {
    width: 22px;
    height: 23px;
    margin: 18px 19px;
}

.header .header-top .top .search-box .search-input {
    flex: 1;
    height: 58px;
    border: none;
    font-size: 16px;
}

.header .header-top .top .right {
    display: flex;
    align-items: center;
}

.header .header-top .top .right .language {
    display: flex;
    align-items: center;
}

.header .header-top .top .right .language .flag {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.header .header-top .top .right .language a {
    font-size: 16px;
    color: #00448c;
}

.header .header-top .top .right .language span {
    font-size: 16px;
    padding: 0 10px;
    color: #00448c;
}

.header .header-top .top .right .btn-box {
    width: 160px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #00448c;
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-top .top .right .btn-box a {
    font-size: 16px;
    color: #00448c;
}

.header .header-top .top .right .btn-box span {
    font-size: 16px;
    padding: 0 10px;
    color: #00448c;
}

.header .header-middle {
    position: relative;
    width: 1366px;
    margin: 0 auto;
}

.swiper-container,
.swiper-wrapper {
    width: 100%;
    min-width: 1366px;
}

.swiper-container .swiper-slide img,
.swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.header .header-middle .flag {
    position: absolute;
    top: 4px;
    right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}

.header .header-middle .flag img {
    width: 24px;
    height: 24px;
}

.header .header-middle .flag p {
    color: #fff;
    font-size: 14px;
    padding-top: 2px;
}

.sub-banner-box .swiper-container,
.sub-banner-box .swiper-wrapper {
    width: 1366px;
    margin: 0 auto;
    min-width: 1366px;
}

.sub-banner-box .swiper-container .swiper-slide img,
.sub-banner-box .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.small-content {
    width: 800px;
    background: #FFFFFF;
    margin: 60px auto;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.menu-nav-content {
    width: 100%;
    background: #fff;
}

.menu-nav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1366px;
    margin: 0 auto;
}

.menu-nav-box .munu-list {
    width: 1000px;
    height: 80px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-nav-box .munu-list li {
    position: relative;
    height: 80px;
    box-sizing: border-box;
}

.menu-nav-box .munu-list li a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    color: #00448c;
}

.menu-nav-box .munu-list li.active::after {
    position: absolute;
    display: block;
    content: '';
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: #00448C;
    top: 74px;
    left: 50%;
    margin-left: -24px;
    z-index: 1001;
}

.menu-nav-box .munu-list li:hover::after {
    position: absolute;
    display: block;
    content: '';
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: #00448C;
    top: 74px;
    left: 50%;
    margin-left: -24px;
    z-index: 1001;
}

.menu-nav-box .search-box {
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #00448C;
    overflow: hidden;
}

.menu-nav-box .search-box .icon {
    width: 22px;
    height: 23px;
    margin: 18px 10px;
}

.menu-nav-box .search-box .search-input {
    width: 120px;
    height: 40px;
    border: none;
    font-size: 16px;
}

.menu-nav-box .sub-right-main-title .head_search {
    width: 55px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border: none;
    border-radius: 0;
    text-align: center;
    float: right;
    cursor: pointer;
    border-left: solid 1px #00448C;
}

.menu-nav-box .sub-right-main-title .head_search a {
    color: #00448c;
    font-size: 16px;
}

.login-footer {
    width: 100%;
    min-width: 1366px;
    background: #F9F9F9;
}

.login-footer .footer {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.login-footer .footer .left .copyright {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    padding-bottom: 20px;
}

.login-footer .footer .left .des {
    font-size: 14px;
    color: #666666;
}

.login-footer .footer .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login-footer .footer .right p {
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
}

.login-footer.footer-box {
    background: #00448C;
}

.login-footer.footer-box .footer .copyright,
.login-footer.footer-box .footer .des {
    color: #fff;
}

.login-footer.footer-box .footer p {
    color: #fff;
}

.sub-main-content {
    width: 1366px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 50px auto;
}

.sub-main-content_c {
    width: 1366px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 50px auto;
}

.sub-main-content .left-menu-box {
    width: 240px;
    background: #FFFFFF;
    margin-left: 13px;
}

.sub-main-content_c .cell_detail_left {
    width: 1093px;
    background: #ffffff;
    padding: 30px 36px;

}

.sub-main-content_c .cell_detail_right {
    width: 240px;
    background: #FFFFFF;
    margin-left: 13px;
    float: left;

}

.sub-main-content .right-menu-box_mo {
    width: 240px;
    background: #FFFFFF;
    margin-left: 13px;
}

.sub-main-content .left-menu-box .top-title {
    width: 253px;
    height: 76px;
    line-height: 70px;
    text-align: center;
    background: url(../icon/title_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 27px;
    font-weight: 500;
    margin-left: -13px;
    color: #ffffff;
}

.sub-main-content .left-menu-box .menu-list {
    width: 240px;
    background: #FFFFFF;
}

.sub-main-content .left-menu-box .menu-list li {
    height: 60px;
    border-bottom: solid 1px #F0F0F0;
}

.sub-main-content .left-menu-box .menu-list li a {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.sub-main-content .left-menu-box .menu-list li a .text {
    font-size: 20px;
    color: #666666;
}

.sub-main-content .left-menu-box .menu-list li a .right-arrow {
    width: 6px;
    height: 11px;
}

.sub-main-content .left-menu-box .menu-list li.active .text {
    color: #00448c;
}

.sub-main-content .left-menu-box .menu-list li.active .right-arrow {
    width: 19px;
    height: 19px;
}

.sub-right-main-box {
	margin-left: 20px;
	flex: 1;
    /*max-width: 1093px;*/
    background: #ffffff;
    padding: 30px 36px;
}

.sub-right-main-box .bread-crumbs-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sub-right-main-box .bread-crumbs-box .icon {
    width: 11px;
    height: 13px;
    margin-right: 10px;
}

.sub-right-main-box .bread-crumbs-box p {
    font-size: 14px;
    color: #999999;
    padding-right: 8px;
}

.sub-right-main-box .bread-crumbs-box a {
    font-size: 14px;
    color: #999999;
}

.sub-right-main-box .bread-crumbs-box a:last-child {
    color: #00448C;
}

.sub-right-main-box .bread-crumbs-box span {
    font-size: 14px;
    color: #999999;
    padding: 0 3px;
}

.sub-right-main-box .sub-right-main-title {
    font-size: 30px;
    color: #00448c;
    padding: 40px 0 20px;
    border-bottom: solid 1px #F0F0F0;
}
.video-right-main-title {
    color: #00448c;
    padding: 40px 0 20px;
    border-bottom: solid 1px #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.video-right-main-title .title {
	font-size: 30px;
}
.sub-right-main-box .sub-right-main-title {
    font-size: 30px;
    color: #00448c;
    padding: 40px 0 20px;
    border-bottom: solid 1px #F0F0F0;
}

.sub-right-main-box .editor-content {
    padding: 36px 0 18px;
}

.patent-center-list .time_line {
    float: right;
    /*margin-right: 150px;*/

}

.s-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 260px;
}

.s-title-box h3 {
    flex: 1;
    text-align: center;
}

.s-title-box .search-group {
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-title-box .search-group input {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.s-title-box .search-group button {
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: skyblue;
    color: #fff;
    border: none;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #006fc4;
    border-color: #006fc4
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #006fc4;
    border-color: #006fc4;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #b3b3b3;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.4
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #006fc4
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #b3b3b3;
    background-color: #fff;
    cursor: not-allowed
}

.file-update-box .form_sub {
    width: 120px;
    height: 30px;
    background: #00448c;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
}

.sub-right-main-title span {
    width: 120px;
    height: 30px;
    background: #00448c;
    border-radius: 4px;
    line-height: 30px;
    color: #FFFFFF;
    border: none;
    text-align: center;
    float: right;
    font-size: 18px
}

.sub-right-main-title .head_search {
    width: 80px;
    height: 58px;
    background: #00448c;
    border-radius: 4px;
    line-height: 58px;
    color: #FFFFFF;
    border: none;
    text-align: center;
    float: right;
    font-size: 18px;
    cursor: pointer;
}

.title-box .form_sub {
    width: 80px;
    height: 26px;
    background: #00448c;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    margin: 10px;
    text-align: center;
    line-height: 26px;
}

.file-update-box span {
    font-size: 16px;
    font-weight: bold;
    color: #1b5e9c;
    margin-left: 20px;
}

.file-update-box span span {
    color: blue;
}

.title-box span a {
    margin-left: 6px;
    color: red
}

.m10 {
    margin-top: 10px;
}

.m20 {
    margin-top: 20px;
}


.m30 {
    margin-top: 30px;
}

.sub-main-content_b {
    width: 1066px;
    /*height: 1320px;*/
    /*display: flex;*/

    align-items: stretch;
    justify-content: space-between;
    margin: 150px auto;
}


.sub-main-content_b .content_b {
    width: 140px;
    height: 30px;
    background: #0a4b3e;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    text-align: center;
    line-height: 30px;
}

.sub-main-content_b .content_b:hover {
    background: #D08207;
}

table a {
    color: black;
}

.server_list_btn {
    padding: 2px 4px;
    margin-right: 5px;
    border: 1px solid silver;
    cursor: pointer;
    text-align: center;
}

.btn-back {
    width: 160px;
    padding: 2px 4px;
    margin-right: 5px;
    height: 40px;
    height: 40px;
    border: 1px solid silver;
    cursor: pointer;
    text-align: center;
}

.tdbg {

    background-color: #EFEFEF;
    text-align: center;
}

.cell_detail_right .cata_log {
    margin-top: 10px;
    height: 80px;
    line-height: 80px;

    font-weight: bold;
}

.cell_detail_right table td {
    height: 30px;
    text-align: center;
    background-color: #EFEFEF;

}

.cell_detail_right table {
    margin-bottom: 50px;

}

.cell_detail_right .cart_log {
    margin: 50px auto;
    height: 50px;
    width: 150px;
    background: #1b5e9c;
    line-height: 30px;
    color: white;
    border: 0px solid #1b5e9c;

}

.zl_select_two {
    margin: 30px auto;
    height: 50px;
    width: 150px;
    background: #1b5e9c;
    line-height: 30px;
    color: white;
    border: 0px solid #1b5e9c;

}

.cell_detail_right .cart_d {

    width: 100%;
    border-bottom: 1px solid #DDD;

}

table .reback {

    margin: 50px auto;
    height: 50px;
    width: 150px;
    background: #1b5e9c;
    line-height: 30px;
    color: white;
    border: 0px solid #1b5e9c;
}

.search-table-list tr {
    /*border: 1px solid #aaa;*/

}

.search-table-list th {
    /*border: 1px solid #aaa;*/

}

.search-table-list td {
    /*border: 1px solid #aaa;*/

}

.search-table-list table {
    border: 1px solid #aaa;

}

.input-group-box-search input {
    width: 140px;
    height: 24px;
    line-height: 40px;
    text-indent: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    vertical-align: top;
}

.input-group-box-search .sr_select {
    width: 140px;
    height: 24px;
    /*line-height: 40px;*/
    text-indent: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    vertical-align: top;
}

.input-group-box-search button.search {

    padding: 2px 4px;
    margin-left: 5px;
    border: 1px solid silver;
    cursor: pointer;
    text-align: center;
    height: 24px;
    vertical-align: top;
    border-radius: 4px;
}

.search-table-list .checkbox-cart {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-left: 15px;
    margin-top: -1px;
    vertical-align: middle;
    width: 16px;
    line-height: 1
}

.search-table-list .num {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: -1px;
    vertical-align: middle;
    width: 26px;
    line-height: 1
}

.tszy_link {
    color: #00448C;
}

.links {
    position: relative;
    width: 1366px;
    height: 40px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    background: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 10px auto;
    z-index: 999;
}
.link_title {
    position: relative;
    width: 1366px;
    height: 20px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/

    margin: 10px auto;
    z-index: 999;
}

.links a {
    color: #666;
    margin-left: 20px;
    float: left;
}